home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 21
/
QRZ Ham Radio Callsign Database - Volume 21.iso
/
CDINST.BAT
< prev
next >
Wrap
DOS Batch File
|
2003-04-15
|
537b
|
28 lines
echo OFF
echo '
echo Preparing to Copy the QRZ CDROM files to your hard drive.
echo '
echo This will take about 550 mb of disk space on your C: drive
echo '
echo Press any key to begin, or Ctrl-C to abort the copy
echo '
pause
echo Starting copy operation.
echo '
echo This may take a while...
echo '
mkdir C:\CALLBK
cd CALLBK
xcopy *.* C:\CALLBK /S /Y
echo '
echo File copy completed.
echo '
echo If you have not yet done so, please run SETUP.EXE from the QRZ CDROM to install the QRZ viewer software.